home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : o_graph.h
- SHORTNAME : o_graph.h
- SNNS VERSION : 3.2
-
- PURPOSE : header for o_graph.c
- NOTES :
-
- AUTHOR : Markus Heuttel and Michael Schmalzl
- DATE : 3.4.1992
-
- CHANGED BY :
- IDENTIFICATION : @(#)o_graph.h 1.9 3/2/94
- SCCS VERSION : 1.9
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _O_GRAPH_DEFINED_
- #define _O_GRAPH_DEFINED_
-
-
-
- #define MAX_CURVE_NO 25
-
-
- extern void o_createOszi (void);
- extern void o_InitCurve (void);
- extern void o_draw (float);
-
-
- extern Display *ui_display;
- extern Widget ui_toplevel;
-
-
- extern SCALE_VALUE_TYPE;
-
- extern MPoint;
-
-
- extern int o_open; /* flag, which indicates whether graf
- is open or not */
- extern int o_PressPossible; /* flag : while drawing, pressing a
- button has no effect */
-
- extern long unsigned o_LearnStepCount; /* counts the learn steps */
-
- extern short o_CurveLengths[]; /* array with the lengths of the
- curves Curve1 and Curve2 */
- extern int o_CurveNo; /* the number of visible curves on the graf */
-
-
-
-
-
-
- #endif /* _O_GRAPH_DEFINED_ */
-
-
- /* 70 lines generated by deleteprivatedefinitions.awk */
-